Spread WPF 18
GrapeCity.Core Namespace / IConvertible<T> Interface
The target type.
Members


In This Topic
    IConvertible<T> Interface
    In This Topic
    Represents an object which is able to convert to the T value.
    Object Model
    IConvertible<T> Interface
    Syntax
    'Declaration
     
    Public Interface IConvertible(Of T) 
    'Usage
     
    Dim instance As IConvertible(Of T)
    public interface IConvertible<T> 
    Type Parameters
    T
    The target type.
    See Also